projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1dd4ab
)
(F_OK, X_OK, W_OK, R_OK): New macros.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 3 May 1996 18:23:44 +0000
(18:23 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 3 May 1996 18:23:44 +0000
(18:23 +0000)
nt/inc/sys/file.h
patch
|
blob
|
history
diff --git
a/nt/inc/sys/file.h
b/nt/inc/sys/file.h
index f84e2b348118097f53874eb4a1a1187419f9e233..8536d0362f108762a73ff3d24fc4c7ad53267c86 100644
(file)
--- a/
nt/inc/sys/file.h
+++ b/
nt/inc/sys/file.h
@@
-1,5
+1,8
@@
/*
- * sys\file.h doesn't exist on NT...rather than including it conditionally
- * in some of the source files, we just extend the include path so that the
- * compiler will pick up this empty header instead.
+ * sys\file.h doesn't exist on NT - only needed for these constants
*/
+
+#define F_OK 0
+#define X_OK 1
+#define W_OK 2
+#define R_OK 4